ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Remove Method
The iitem to be removed.

In This Topic
    Remove Method (ItemCollection<T>)
    In This Topic
    Removes the item from collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As T _
    ) As Boolean
    public bool Remove( 
       T item
    )

    Parameters

    item
    The iitem to be removed.

    Return Value

    False if item was not presented in collection, True othervise.
    See Also